home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMLOOPEXPR / TFRMLOOPEXPR.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.3 KB  |  103 lines

  1. inherited frmLoopExpr: TfrmLoopExpr
  2.   Left = 273
  3.   Top = 276
  4.   HelpContext = 54
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited img1616: TImage
  14.       Top = 60
  15.       Height = 12
  16.       Picture.Data = {<image000.ico>}
  17.     end
  18.     inherited memActionDesc: TMemo
  19.       Lines.Strings = (
  20.         
  21.           'Loops while or until the expression specified is true.  With eac' +
  22.           'h successive loop, '
  23.         
  24.           'the expression is reevaluated.  The loop ends after the expressi' +
  25.           'on condition is '
  26.         'met or when a Break is encountered.')
  27.     end
  28.   end
  29.   inherited pnlCenter: TPanel
  30.     inherited pgcControlPage: TPageControl
  31.       inherited tbsAM5Main: TTabSheet
  32.         object lblExpression: TLabel
  33.           Left = 10
  34.           Top = 67
  35.           Width = 443
  36.           Height = 13
  37.           AutoSize = False
  38.           Caption = 'E&xpression:'
  39.           FocusControl = edtExpr
  40.         end
  41.         object edtExpr: TEdit
  42.           Left = 10
  43.           Top = 83
  44.           Width = 449
  45.           Height = 21
  46.           TabOrder = 2
  47.         end
  48.         object rdoWhile: TRadioButton
  49.           Left = 10
  50.           Top = 16
  51.           Width = 423
  52.           Height = 17
  53.           Caption = 'Loop &while the expression is true'
  54.           TabOrder = 0
  55.         end
  56.         object rdoUntil: TRadioButton
  57.           Left = 10
  58.           Top = 36
  59.           Width = 423
  60.           Height = 17
  61.           Caption = 'Loop &until the expression is true'
  62.           TabOrder = 1
  63.         end
  64.       end
  65.     end
  66.   end
  67.   inherited taclKeyboardTrap: TActionList
  68.     Left = 200
  69.   end
  70.   inherited dxSIBarManager: TdxBarManager
  71.     Categories.ItemsVisibles = (
  72.       2)
  73.     Categories.Visibles = (
  74.       True)
  75.     PopupMenuLinks = <
  76.       item
  77.         Control = lsvAM5Errors
  78.         PopupMenu = dxCheckPopup
  79.       end>
  80.     DockControlHeights = (
  81.       0
  82.       0
  83.       0
  84.       0)
  85.   end
  86.   inherited dxCheckPopup: TdxBarPopupMenu
  87.     ItemLinks = <
  88.       item
  89.         Item = itmCheckAllErrors
  90.         UserGlyph.Data = {00000000}
  91.         Visible = True
  92.       end
  93.       item
  94.         Item = itmCheckNoErrors
  95.         UserGlyph.Data = {00000000}
  96.         Visible = True
  97.       end>
  98.   end
  99.   inherited IvTranslator1: TIvTranslator
  100.     Left = 232
  101.   end
  102. end
  103.